home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn User: The Risc OS Music Utilities CD
/
Acorn User: The Risc OS Music Utilities CD.iso
/
UTILITIES
/
WA165
/
!WavEdit
/
!Run
< prev
next >
Wrap
Text File
|
2000-09-06
|
3KB
|
57 lines
| !Run file for !WavEdit. © R J Hancox 20th May 2000.
| 06/09/00 Replaced RMEnsure for PlayIt module with PlayIt:Ensure command
Set WavEdit$Dir <Obey$Dir>
Iconsprites <WavEdit$Dir>.!Sprites
if "<Choices$Dir>"="" then error System variable Choices$Dir must be set to run this program
if "<Wimp$ScrapDir>"="" then error System variable Wimp$ScrapDir must be set to run this program
Set WavEditChoices$Dir <Choices$Dir>.WavEdit
| This variable sets the location where any configuration files will be recorded
| If the program complains that the WavEditChoices$Dir is invalid, it's probably
| because your !boot sequence hasn't set up the <Choices$Dir> system variable
| properly. To fix the problem, replace your !Boot with a standard one.
|
| If the program complains that there is already a file called WavEdit in the
| Choices folder, there may be a clash between some other program and this one.
| Please change the line above to read:
| Set WavEditChoices$Dir <Choices$Dir>.WavEdit2
Set WavEditScrap$Dir <Wimp$ScrapDir>.WavEdit
| This variable sets the location where any temporary files will be recorded
| If the program complains that the WavEditScrap$Dir is invalid, it's probably
| because your !boot sequence hasn't set up the <Scrap$Dir> system variable
| properly. To fix the problem, replace your !Boot with a standard one.
|
| If the program complains that there is already a file called WavEdit in the
| Scrap folder, there may be a clash between some other program and this one.
| Please change the line above to read:
| Set WavEditScrap$Dir <Wimp$ScrapDir>.WavEdit2
RMEnsure UtilityModule 3.10 Error This application is only suitable for use with RISC OS 3.10 or later versions
RMENSURE Toolbox 0.00 RMLOAD System:modules.toolbox.toolbox
RMENSURE Toolbox 1.23 ERROR You need toolbox 1.23 or later to run this program
RMENSURE Window 0.00 RMLOAD System:modules.toolbox.window
RMENSURE Window 1.15 ERROR You need window 1.15 or later to run this program
RMENSURE Menu 0.00 RMLOAD System:modules.toolbox.menu
RMENSURE Menu 0.15 ERROR You need menu 0.15 or later to run this program
RMENSURE Iconbar 0.00 RMLOAD System:modules.toolbox.iconbar
RMENSURE Iconbar 1.08 ERROR You need iconbar 1.08 or later to run this program
RMENSURE ProgInfo 0.00 RMLOAD System:modules.toolbox.proginfo
RMENSURE ProgInfo 0.05 ERROR You need proginfo 0.05 or later to run this program
RMENSURE SaveAs 0.00 RMLOAD System:modules.toolbox.saveas
RMENSURE SaveAs 0.03 ERROR You need saveas 0.03 or later to run this program
| Load the PlayIt resourse if not already active
if "<PlayIt$Path>" = "" then error The !PlayIt application could not be located. Please consult the Help file.
unset PlayIt$Error
Run PlayIt:Ensure -e 1.60
if "<PlayIt$Error>" <> "" then error !WavEdit requires !PlayIt 1.60 or later. Please consult the Help file.
wimpslot -min 128K -max 128K
Run <WavEdit$Dir>.WavEdit %*0